home *** CD-ROM | disk | FTP | other *** search
/ com!online 2002 January / com! 2002.01.iso / autohtml / selfhtml / html / multimedia / anzeige / nibbles.swf / scripts / DefineButton2_42 / BUTTONCONDACTION on(keyPress Down).as next >
Encoding:
Text File  |  2001-10-27  |  118 b   |  8 lines

  1. on(keyPress "<Down>"){
  2.    if(!(runx == "0" and runy == - "1"))
  3.    {
  4.       runx = "0";
  5.       runy = "1";
  6.    }
  7. }
  8.